home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
windows
/
win31
/
fc32_i.arj
/
WWWFC4.MN_
< prev
next >
Wrap
Text File
|
1993-11-09
|
622b
|
19 lines
; The AutoExec Section is on top here. Actually runs before File Manager
; actually appears on the screen
TAB=num2char(9)
CR=strcat(num2char(13),num2char(10))
What is this
Message("Waht is this","This menu file, WWWFC4.MNU, is available for&CR&your use to add your own menu items.")
Run Notepad
Run("Notepad.exe","")
Show currently selected file
Display(5,"Current File",CurrentFile())
Show currently highlighted files
a=FileItemize("")
a=strreplace(a," ",cr)
Message("Currently hilited files are",a)